0%

How to Deploy Keycloak Helm on Ubuntu Server 19.10 from Scretch

The following are the steps on how to deploy Keycloak helm on Ubuntu Server 19.10 from Scretch:

  1. Install microk8s from snap:

    1
    sudo snap install microk8s --classic
  2. Enable the Helm3 for microk8s:

    1
    microk8s.enable helm3
  3. Add codecentric helm repo:

    1
    microk8s.helm3 repo add codecentric https://codecentric.github.io/helm-charts
  4. Update Helm repo:

    1
    microk8s.helm3 repo update
  5. Install Keycloak helm:

    1
    microk8s.helm3 install keycloak codecentric/keycloak

Reference: